Gets or sets the element with the specified name.
public virtual Item(
string
) {get; set;}
'Declaration
Public Overloads Overridable Property Item( _
ByVal As String _
) As
'Usage
Dim instance As NamedObjectCollection(Of T)
Dim name As String
Dim value As
instance.Item(name) = value
value = instance.Item(name)
Parameters
- name
Property Value
An element of
INamedObject type that indicates the specified item.